testing.common.hasSub (field)

6 uses

	testing (current package)
		benchmark.go#L257: 	if b.hasSub.Load() || finished {
		benchmark.go#L806: 	b.hasSub.Store(true)
		benchmark.go#L839: 		sub.hasSub.Store(true)
		testing.go#L651: 	hasSub         atomic.Bool    // whether there are sub-benchmarks.
		testing.go#L1922: 		if t.parent != nil && !t.hasSub.Load() {
		testing.go#L1956: 	t.hasSub.Store(true)